home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pov / povlisti.ngs / diver4.pov < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.2 KB  |  85 lines

  1. //--------------Pipe Works --------- Start Code 6/12/91 Miller
  2.  
  3. #include "colors.inc"
  4. #include "shapes.inc"
  5. #include "shapes2.inc"
  6. #include "textures.inc"
  7. #include "w22.inc"
  8. #include "w77.inc"
  9. #include "pipes.inc"
  10. #include "finhead.inc"
  11.  
  12.  
  13.  
  14.  
  15. camera {
  16.         location <40 60 -230> 
  17.         direction <0 0 2.2>
  18.         up <0 1 0> 
  19.         right <1.3 0 0> 
  20.         look_at <0 -40 0> }
  21.  
  22. //----- Light 1
  23. object { 
  24.         light_source { 
  25.         <-150 950 -550> 
  26.         color White 
  27.         }
  28. }
  29.  
  30. //----- Light 2
  31.         object { 
  32.         light_source {
  33.         <150 -100 -1000> 
  34.         color White 
  35.         }
  36. }
  37.  
  38.  
  39. //----- Light 3
  40.         object { 
  41.         light_source {
  42.         <-50 100 500> 
  43.         color Gold 
  44.         }
  45. }
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. max_trace_level 3
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. composite { 
  61.         PIPES rotate <0 -65 0> }
  62.  
  63.  
  64.  
  65. composite {
  66.         PIPES rotate <0 -65 0> translate <-130 -40 220> }
  67.  
  68.  
  69.  
  70. composite {
  71.         FIN_HEAD scale < .25 .25 .25 > rotate <0 0 0> translate < 0 10 0 > }
  72.  
  73.  
  74.  
  75.  
  76. composite {
  77.         FIN_HEAD scale < .2 .2 .2 > rotate <0 -20 0> translate <39 32 -175 > }
  78.  
  79.  
  80.  
  81.  
  82.  
  83. object { W22 rotate <0 -8 0> }
  84. object { W77 rotate <0 -8 0> }
  85. ə